.gktl210914 {
  border: 2px solid #e1132a;
  box-sizing: border-box;
  padding: 30px 48px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/bg.jpg') no-repeat center bottom;
  background-size: 100% auto;
}

.gktl210914 h2 {
  width: 100%;
  padding-bottom: 24px;
  color: #ED213A;
  font-size: 30px;
  border-bottom: 1px solid #FCE0E3;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gktl210914 h2 .h2_l {
  width: 100%;
  display: flex;
}

.gktl210914 h2 img {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.gktl210914 h2 a {
  display: block;
  color: #ED213A;
  font-size: 31px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktl210914 .gktl_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gktl210914 .gktl_body_l {
  width: 63.1%;
}

.gktl210914 .gktl_body_r {
  width: 31.7%;
}


.gktl210914 .zwjs_container {
  width: 100%;
  height: auto;
  background: #FFF0F1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.gktl210914 .zwjs_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

.gktl210914 .form_title {
  width: auto;
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.gktl210914 .zwjs_tip {
  color: #E60700;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}

.gktl210914 .form_r {
  flex: 1;
}

.gktl210914 .zwjs_container .selDiv {
  float: left;
  width: 23%;
  height: 38px;
  margin-right: 1%;
  position: relative;
}

.gktl210914 .zwjs_container .selDiv cite {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff url('https://u3.huatu.com/yunnan/images/new_tl/tl03_select_bg.png') no-repeat 90% center;
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
  padding-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}

.gktl210914 .zwjs_container .selDiv:hover cite {
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, .2);
  background-image: url('https://u3.huatu.com/yunnan/images/new_tl/tl03_select_active.png');
  color: #df3636;
}

.gktl210914 .zwjs_container .selDiv ul {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 98%;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.gktl210914 .zwjs_container .selDiv li {
  font-size: 16px;
  text-indent: 10%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gktl210914 .zwjs_container .selDiv li:hover {
  background-color: #f7f7f7;
}
.gktl210914 .zwjs_container .selDiv select {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
 
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
  padding-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}

.gktl210914 .zwjs_container .selDiv:hover select {
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, .2);
  color: #df3636;
}
.gktl210914 .zwjs_container .selDiv select option {
  color:#000;
  cursor: pointer;
}
.gktl210914 .zwjs_container .selDiv option:hover {
  background-color: #f7f7f7;
}
.gktl210914 .zwjs_container .btn {
  float: right;
  display: block;
  width: 28%;
  height: 38px;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/tl03_search_bg2.png') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  opacity: .8;
  transition: all .3s ease;
}


.gktl210914 .zwjs_container .btn:hover {
  opacity: 1;
}

.gktl210914 .artile_line01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.gktl210914 .artile_line01_l {
  width: 53%;
}


.gktl210914 h3 {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.gktl210914 h3 span {
  display: block;
  width: 52px;
  height: 28px;
  background: #E40200;
  border-radius: 6px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.gktl210914 h3 a {
  display: block;
  flex: 1;
  color: #ED213A;
  font-size: 22px;
  font-weight: bold;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.gktl210914 .link_list li {
  margin-bottom: 14px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 26px;
}

.gktl210914 .link_list li:last-child {
  margin-bottom: 0;
}

.gktl210914 .link_list li a {
  color: #000000;
  font-size: 16px;
}

.gktl210914 .link_list li span {
  color: #D9D9D9;
}

.gktl210914 .link_list li a:hover {
  color: #ED213A;
}

.gktl210914 .artile_line01_r_swiper .swiper-container {
  width: 100%;
  height: 196px;
  border-radius: 10px;
  overflow: hidden;
}

.gktl210914 .artile_line01_r_swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

.gktl210914 .artile_line01_r_swiper a img {
  display: block;
  width: 100%;
  height: 100%;
}

.gktl210914 .swiper-container-horizontal>.swiper-pagination-bullets,
.gktl210914 .swiper-pagination-custom,
.gktl210914 .swiper-pagination-fraction {
  bottom: 0px;
}

.gktl210914 .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}

.gktl210914 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.gktl210914 .artile_line01_r {
  width: 41%;
}

.gktl210914 .gktl_lc_container {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 0px 27px 0px rgba(233, 13, 0, 0.11);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 3.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.gktl210914 .lc_item {
  width: 12.2%;
  height: auto;
}

.gktl210914 .lc_item .lc_body {
  width: 100%;
  height: 38px;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/bg2.png') no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 10%;
  padding-left: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.gktl210914 .lc_item.lc_01 {
  width: 13.8%;
}

.gktl210914 .lc_item.lc_01 .lc_body {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/bg1.png') no-repeat center center;
  background-size: 100% 100%;
}

.gktl210914 .lc_item.lc_08 {
  width: 11.1%;
}

.gktl210914 .lc_item.lc_08 .lc_body {
  padding-right: 0;
  padding-left: 6%;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/bg3.png') no-repeat center center;
  background-size: 100% 100%;
}

.gktl210914 .lc_item p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  margin: 18px 0;
  line-height: 1;
}

.gktl210914 .lc_item p .djck {
  color: #E40200;
  font-size: 16px;
}

.gktl210914 .lc_item p a:hover {
  color: #E40200;
}

.gktl210914 .lc_item p img {
  margin-left: 5px;
}

.gktl210914 .gktl_body_r_ul {
  display: flex;
  margin-bottom: 35px;

}

.gktl210914 .gktl_body_r_ul li {
  color: #333333;
  font-size: 22px;
  box-sizing: border-box;
  padding-bottom: 19px;
  padding-top: 9px;
  line-height: 1;
  text-align: center;
  width: 50%;
  font-weight: bold;
  cursor: pointer;
}

.gktl210914 .gktl_body_r_ul li.active {
  color: #ED213A;
  position: relative;
}

.gktl210914 .gktl_body_r_ul li.active::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 67px;
  height: 3px;
  background: #E70900;
}


.gktl210914 .gktl_body_r h3 span {
  width: 52px;
  background: linear-gradient(90deg, #FFC16B, #FF4A00, #E30000);

}

.gktl210914 .gktl_body_r h3 a {
  color: #FA7238;
}

.gktl210914 .about_link_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.gktl210914 .about_link_list a {
  display: block;
  width: 23%;
  height: 41px;
  background: #FFF0F1;
  border-radius: 6px;
  color: #E40200;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  transition: all .4s ease;
}

.gktl210914 .about_link_list a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFC16B, #FF4A00, #E30000);
}

.gktl210914 .about_link_list .link02 {
  color: #2AB5D0;
  background: #E3F5F6;
}

.gktl210914 .about_link_list .link02:hover {
  background: #E3F5F6;
  background: linear-gradient(90deg, #29B5D1, #4DCEB3);
}

.gktl210914 .about_link_list .link03 {
  color: #EA781F;
  background: #FDF7EC;
}

.gktl210914 .about_link_list .link03:hover {
  background: #FDF7EC;
  background: linear-gradient(90deg, #F6A13F, #FB7038);
}

.gktl210914 .about_link_list .link04 {
  color: #4D77D2;
  background: #EFF6FF;
}

.gktl210914 .about_link_list .link04:hover {
  background: #EFF6FF;
  background: linear-gradient(90deg, #5EB9FC, #5E6EFB);
}

.gktl210914 .gktl_body_r .link_list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.gktl210914 .gktl_body_r h3 span.yellow_tip {

  background: linear-gradient(90deg, #F6A13F, #FB7038);
}

.gktl210914 .artile_line02_mb {
  margin-top: 32px;
}

.gktl210914 .artile_line02_mt {
  margin-top: 40px;
}

@media screen and (max-width: 1080px) {

  body {
    min-width: auto !important;
  }

  .gktl210914 {
    width: 94%;
    min-width: auto !important;
    padding: .8rem .4rem 0;
    margin: .8rem auto;
  }

  .gktl210914 h2 {
    width: 100%;
    padding-bottom: .4rem;
    font-size: .8rem;
    margin-bottom: .8rem;
  }


  .gktl210914 h2 img {
    width: 1rem;
    height: 1rem;
    margin-right: .2rem;

  }

  .gktl210914 h2 a {
    font-size: .8rem;
    line-height: 1.3;
  }

  .gktl210914 .gktl_body_l {
    width: 100%;
  }

  .gktl210914 .gktl_body_r {
    display: none;
  }


  .gktl210914 .zwjs_container {

    border-radius: .2rem;
    padding: .4rem 3%;
    margin-bottom: .6rem;
  }

  .gktl210914 .zwjs_container form {

    flex-direction: column;
    align-items: flex-start;

  }

  .gktl210914 .form_title {

    margin-right: .4rem;
  }

  .form_title img {
    width: 1rem;
    height: 1rem;
  }

  .gktl210914 .zwjs_tip {
    font-size: .8rem;
    margin-left: .3rem;
  }

  .gktl210914 .form_r {
    width: 100%;
    flex: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .gktl210914 .zwjs_container .selDiv {
    float: none;
    width: 49%;
    height: 1.8rem;
    margin-right: 0%;
    margin-bottom: .2rem;
  }

  .gktl210914 .zwjs_container .selDiv cite {
    font-size: .7rem;
    line-height: 1.8rem;
  }



  .gktl210914 .zwjs_container .selDiv ul {
    top: 1.8rem;
    width: 98%;
    max-height: 10rem;
  }

  .gktl210914 .zwjs_container .selDiv li {
    font-size: .7rem;
  }



  .gktl210914 .zwjs_container .btn {
    width: 49%;
    height: 1.8rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .gktl210914 .artile_line01 {
    flex-direction: column;
    margin-bottom: .8rem;
  }

  .gktl210914 .artile_line01_l {
    width: 100%;
  }


  .gktl210914 h3 {
    margin-bottom: .6rem;
  }

  .gktl210914 h3 span {
    width: 2rem;
    height: 1.4rem;
    border-radius: .3rem;
    margin-right: .2rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .gktl210914 h3 a {
    font-size: .8rem;
  }

  .gktl210914 .link_list li {
    margin-bottom: .3rem;
    line-height: 1.4;
  }


  .gktl210914 .link_list li a {
    font-size: .7rem;
  }
  .gktl210914 .artile_line01_r {
    width: 100%;
    margin-top: .8rem;
  }
  .gktl210914 .artile_line01_r_swiper .swiper-container {
    height: 10rem;
    border-radius: .4rem;
  }

  .gktl210914 .gktl_lc_container {
    width: 100%;
    border-radius: 5px;
    padding: 5px 3.7%;
    margin-bottom: .8rem;
    flex-wrap: wrap;
  }

  .gktl210914 .lc_item {
    width: 24%;
    height: auto;
    margin: .3rem 0;
  }

  .gktl210914 .lc_item .lc_body {
    height: 1.8rem;
    font-size: .6rem;
    padding-right: 10%;
    padding-left: 9%;
  }

  .gktl210914 .lc_item.lc_01 {
    width: 27.9%;
  }


  .gktl210914 .lc_item.lc_08 {
    width: 22.2%;
  }

  .gktl210914 .lc_item.lc_08 .lc_body {
    padding-right: 0;
    padding-left: 6%;
    background: url('https://u3.huatu.com/yunnan/images/new_tl/bg3.png') no-repeat center center;
    background-size: 100% 100%;
  }

  .gktl210914 .lc_item p {
    font-size: .7rem;
    margin: .2rem 0;
  }

  .gktl210914 .lc_item p .djck {
    font-size: .7rem;
  }


  .gktl210914 .lc_item p img {
    margin-left: .2rem;
  }

}

.sktl {
  margin: 30px auto;
}

.tl_box {
  display: none;
}

.tl_box:nth-child(1) {
  display: block;
}

.sydwtl200611 {
  padding: 20px 0;
  /* margin:90px auto 50px;  */
  box-sizing: border-box;
  border: solid 1px rgb(251, 146, 50);
  position: relative;
  background: linear-gradient(180deg, rgba(254, 250, 231, .5) 0%, rgb(255, 255, 255) 25%);

}

.tittle_box {
  margin: 0 auto;
  text-align: center;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/tittle_box.png') no-repeat top center;
  background-size: 100%;
}

.tittle_box .tlTitle {
  float: left;
  width: 25%;
  margin: 0;

}

.tittle_box .tlTitle span {
  display: inline-block;
  font-size: 34px;
  color: #fff;
  width: 100%;
  height: 77px;
  line-height: 77px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.tittle_box .tlTitle.on,
.tittle_box .tlTitle:hover {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/tl_title_bg.png') no-repeat top center;
  border-radius: 10px;
}

.tittle_box .tlTitle span::before,
.sydwtl200611 .tlTitle span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.tittle_box .tlTitle span::before {
  width: 36px;
  height: 36px;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/tl_titleL.png') no-repeat center;
  margin-right: 10px;
}

.tittle_box .tlTitle.on span::before {
  background: url('https://ha.huatu.com/zt/css/tl0914/images/icon1.png') no-repeat center;
}

.tittle_box .tlTitle span::after {
  width: 41px;
  height: 37px;
  background: url('https://u3.huatu.com/yunnan/images/new_tl/tl_titleR.png') no-repeat center;
  margin-left: 20px;
}

.sydwtl200611 a:hover {
  color: #e92930;
  text-decoration: none;
}

/* 左侧 */
.sydwtl200611 .sydwtlfl {
  width: 27%;
  height: 290px;
  margin-left: 2.5%;
  padding-right: 2.5%;
  box-sizing: border-box;
}

.sydwtl200611 .sydwtlflTitle {
  margin-bottom: 20px;
}

.sydwtl200611 .sydwtlflTitle a {
  font-size: 26px;
  font-family: "FZLTCHK";
  color: rgb(249, 84, 28);
  padding-left: 2.5%;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.sydwtl200611 .sydwtlflTitle a::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgb(251, 238, 182);
  background: linear-gradient(200deg, rgb(251, 238, 182), rgb(255, 255, 255));
  position: absolute;
  right: -22px;
  top: 0px;
  z-index: -1;
}

/* 左侧 */
.sydwtl200611 .sydwtlfl ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px dashed rgb(181, 181, 181);
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "FZLTHK";
  color: rgb(0, 0, 0);
  cursor: pointer;
  overflow:hidden;
}

.sydwtl200611 .sydwtlfl ul li:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(253, 141, 44);
  background-color: rgb(255, 250, 242);
  color: rgb(249, 97, 48);
}

.sydwtl200611 .sydwtlfl ul li span {
  float:left;
  text-align: center;
}
.sydwtl200611 .sydwtlfl ul li span:nth-child(1){
  width:20%;
}
.sydwtl200611 .sydwtlfl ul li span:nth-child(2){
  width:19%;
}
.sydwtl200611 .sydwtlfl ul li span:nth-child(3){
  width:60%;
}
.sydwtl200611 .sydwtlfl ul li a:hover,
.sydwtl200611 .sydwtlfl ul li:hover a {
  color: rgb(249, 97, 48);
  text-decoration: underline;
}

/* 中间 */
.sydwtl200611 .sydwtlcenter {
  width: 30%;
  margin-left: 1%;
}

.sydwtl200611 .sydwtlcenterBanner {
  position: relative;
  width: 100%;
  height: 141px;
  overflow: hidden;
}

.sydwtlcenterBanner ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.sydwtlcenterbottom {
  margin-top: 10px;
}

.sydwtlcenterbottom ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-top: 10px;
  background-size: 100%;
}

.sydwtlcenterbottom ul li:nth-child(3n) {
  margin-right: 0;
}

.sydwtlcenterbottom ul li.icon1 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li1.png') no-repeat center;
}

.sydwtlcenterbottom ul li.icon2 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li2.png') no-repeat center;
}

.sydwtlcenterbottom ul li.icon3 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li3.png') no-repeat center;
}

.sydwtlcenterbottom ul li.icon4 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li4.png') no-repeat center;
}

.sydwtlcenterbottom ul li.icon5 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li5.png') no-repeat center;
}

.sydwtlcenterbottom ul li.icon6 {
  background: url('https://u3.huatu.com/yunnan/images/new_tl/li6.png') no-repeat center;
}

.sydwtlcenterbottom ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
}



/* 右侧 */
.sydwtl200611 .sydwtlfr {
  width: 32%;
  margin-right: 4.5%;
  position: relative;
  z-index: 1;
}

.sydwtl200611 .circular {
  position: absolute;
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, rgb(251, 238, 182), rgb(255, 255, 255));
  border-radius: 50%;
  z-index: -1;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
}

.sydwtl200611 .sydwtlfr dl {
  margin-top: 22px;
}

.sydwtl200611 .sydwtlfr dl.mt0 {
  margin-top: 0;
}

.sydwtl200611 .sydwtlfr dt {
  height: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sydwtl200611 .sydwtlfr dl .tlhot,
.sydwtl200611 .sydwtlfr dl .tlhot a {
  color: #e92930;
}

.sydwtl200611 .sydwtlfr dl a {
  padding-right: 8px;
}

.sydwtl200611 .sydwtlfr dd {
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sydwtl200611 .sydwtlfr dd a:first-child {
  padding-right: 0;
}

@media screen and (max-width:1366px) {
  .sydwtl200611 {
    padding: 25px 0;
  }

  /* 左侧 */
  .sydwtl200611 .sydwtlfl {
    height: 290px;
  }

  /* 右侧 */
  .sydwtl200611 .sydwtlfr dd {
    font-size: 16px;
    line-height: 34px;
  }
}

@media screen and (max-width:1100px) {
  .sydwtl200611 .sydwtlfl ul li span {
    font-size: 14px;
    width: 30%;
  }

  .sydwtlcenterbottom ul li a {
    font-size: 14px;
  }
}